Skip to content

fix: mislabeled Response::Slots::URL slot#1445

Merged
zkat merged 3 commits intomainfrom
sy/response-url
May 1, 2026
Merged

fix: mislabeled Response::Slots::URL slot#1445
zkat merged 3 commits intomainfrom
sy/response-url

Conversation

@TartanLlama
Copy link
Copy Markdown
Contributor

Response::Slots::URL is mistakenly given the value of RequestOrResponse::Slots::Headers instead of RequestOrResponse::Slots::URL. Fortunately, this enum value was never used in the code: all references to the URL from within Response use RequestOrResponse::Slots::URL directly. This PR fixes the code in case we use this enum at a later time.

@TartanLlama TartanLlama marked this pull request as ready for review April 29, 2026 15:00
@zkat zkat enabled auto-merge (squash) May 1, 2026 22:46
@zkat zkat merged commit 6d4d268 into main May 1, 2026
26 of 29 checks passed
@zkat zkat deleted the sy/response-url branch May 1, 2026 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants